#include <sanity_interface.hpp>
Public Member Functions | |
SanityInterface (void) | |
Default constructor. | |
SanityInterface (const SanityInterface &old) | |
Copy constructor. | |
virtual | ~SanityInterface (void) |
Destructor. | |
bool | sane (void) const |
Is this instance OK? |
This class serves as the base for any class that needs to provide a check of itself.
gridpack::utility::SanityInterface::SanityInterface | ( | void | ) |
Default constructor.
gridpack::utility::SanityInterface::SanityInterface | ( | const SanityInterface & | old | ) |
Copy constructor.
virtual gridpack::utility::SanityInterface::~SanityInterface | ( | void | ) | [virtual] |
Destructor.
bool gridpack::utility::SanityInterface::sane | ( | void | ) | const |
Is this instance OK?